This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Subject: How to export data From Notes document to MS Word using Lotussscript action button?
Feedback Type: Problem
Product Area: Notes 8 Client
Technical Area: New Features
Platform: Windows XP client
Release: 8.0.1
Reproducible: Always
Hi!
I have a big problem. I need to do the following thing:
I have a Notes database where is a lot of documents, when i'm opening one document than there is an Action button which when pressed, opens an MS Word document and export all Notes document data to the MS Word document.
The only thing i know, is to open blank Word document with this code:
Sub Click(Source As Button)
Dim visibility As Boolean
Dim wApp As Variant
Set wApp=CreateObject("Word.Application")
wApp.Visible=visibility
Call wApp.Documents.Add()
wApp.Visible = True
End Sub
But i don't know, how to put Notes data into Word document!
It's seems to be a very easy LotusScript but i don't know how to do that, but i need this Lotus Script with Action Button.
Can anyone help me please? I will be very pleased if someone can give a sample code or good advice how to do that or a hyperlink to web page where is information about my problem!
Best regards!
Feedback number WEBB7D6B5J created by ~Denise Dwoasonoopsi on 03/28/2008